home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / haziran / 09 / setup.exe / mwe400.CAB / MWE_Help.mws / Documentation.json < prev    next >
JavaScript Object Notation  |  2001-03-25  |  2KB

  1. {
  2.     "schema": {
  3.         "Object": "Text (50)",
  4.         "Outline": "Text (255)",
  5.         "In Depth": "Memo/Hyperlink (255)",
  6.         "In Use": "Boolean NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "Object": "Articles Visible",
  11.             "Outline": "Query listing visible articles",
  12.             "In Depth": "Lists all fields of Articles provided ShowPage is set. Orders descending by Cat, Sec, ArtID, Title.",
  13.             "In Use": 1
  14.         },
  15.         {
  16.             "Object": "Pages Article",
  17.             "Outline": "Query listing visible articles and their relative link URLs",
  18.             "In Depth": "Lists all fields of Articles provided ShowPage is set. Orders descending by Cat, Sec, ArtID, Title (again). Adds link '../articles/art-??.htm'",
  19.             "In Use": 1
  20.         },
  21.         {
  22.             "Object": "Article_Order",
  23.             "Outline": "Query listing ALL articles ordered",
  24.             "In Depth": "Lists all fields of Articles and orders descending by Cat, Sec, ArtID, Title.",
  25.             "In Use": 1
  26.         },
  27.         {
  28.             "Object": "Categories",
  29.             "Outline": "Query listing unique categories, ordered.",
  30.             "In Depth": "Group by Category, count articles, order desc by CatOrder",
  31.             "In Use": 1
  32.         },
  33.         {
  34.             "Object": "Contact Email",
  35.             "Outline": "Query listing Contact_Address adds email link",
  36.             "In Depth": "Reformats email address to link by adding 'mailto:' infront",
  37.             "In Use": 1
  38.         },
  39.         {
  40.             "Object": "External_Links",
  41.             "Outline": "Copy of table External Sites",
  42.             "In Depth": "Changes name of field Name  to Text",
  43.             "In Use": 1
  44.         },
  45.         {
  46.             "Object": "FirstPage",
  47.             "Outline": "Query returning Lowest article ID",
  48.             "In Use": 1
  49.         },
  50.         {
  51.             "Object": "List_Categories",
  52.             "Outline": "Lists categories with links, article count and quick link (options field)",
  53.             "In Use": 1
  54.         },
  55.         {
  56.             "Object": "List_Sections",
  57.             "Outline": "Lists sections with links, max CatOrder",
  58.             "In Use": 1
  59.         },
  60.         {
  61.             "Object": "Mini_Articles",
  62.             "Outline": "List VisibleArticles add relative links",
  63.             "In Use": 1
  64.         },
  65.         {
  66.             "Object": "Order_Categories",
  67.             "Outline": "Distinct list ordered",
  68.             "In Use": 1
  69.         },
  70.         {
  71.             "Object": "Order_Sections",
  72.             "Outline": "Distinct list ordered",
  73.             "In Use": 1
  74.         },
  75.         {
  76.             "Object": "Pages_Category",
  77.             "Outline": "Distinct categories with pages count",
  78.             "In Use": 1
  79.         },
  80.         {
  81.             "Object": "Pages_Section",
  82.             "Outline": "Distinct sections with pages count and links",
  83.             "In Use": 1
  84.         }
  85.     ]
  86. }